ANDI to CCR

ANDI

to CCR

Operation:
Source \sL CCR -->; CCR

Compatibility: 68000 Family

Assembler Syntax:
ANDI #<data>, CCR

Attributes: Size = (Byte)

Description: Performs an AND operation with the condition
codes and stores the result in the low-order byte of the
status register.

Condition Codes:
\c22222
X Cleared if bit 4 of immediate operand is zero.
Unchanged otherwise.
N Cleared if bit 3 of immediate operand is zero.
Unchanged otherwise.
Z Cleared if bit 2 of immediate operand is zero.
Unchanged otherwise.
V Cleared if bit 1 of immediate operand is zero.
Unchanged otherwise.
C Cleared if bit 0 of immediate operand is zero.
Unchanged otherwise.

Instruction Format:
\i2------+---++++----------8Byte Data (8 bits),

Related Instructions:
AND,406
ANDI,407
.407409